observer pattern meaning in Chinese
观测者模式
观察者模式组图
Examples
- Research on observer pattern applied in telecommunications management network system
面向业务的综合网管系统的研究与实现 - I ll start by looking at how to implement this requirement without using the object - oriented observer pattern
首先介绍不使用面向对象的observer模式时如何实现该要求。 - " for more about using aspects and a refactored library observer pattern to track the use of a service
” ,获得有关使用方面和已重构的library observer模式来跟踪服务使用状况的详细信息。 - Use the observer pattern to decouple the generation of gui events from their semantics within a given application
)使用观察者模式消除了gui事件生成与它们在指定应用程序中的语义之间的耦合。 - The swing framework makes extensive use of the observer pattern also known as the publish - subscribe pattern in the form of event listeners
) swing框架以事件侦听器的形式广泛利用了观察者模式(也称为发布-订阅模式) 。